Tim Finnigan

Results 395 comments of Tim Finnigan

Hi @frittentheke thanks for following up. There is no public roadmap for this to my knowledge. But the Cryptography team said this feature isn't likely to be implemented in the...

Hi @frittentheke - I suggested reaching out to AWS Support as that could help with establishing a more direct correspondence regarding this particular feature request going forward. The information passed...

Closing this issue as this PR was merged: https://github.com/aws/aws-cli/pull/6743 Parameter added here: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/sso.html https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/login.html > `--no-browser` (boolean) Disables automatically opening the verfication URL in the default browser.

Thanks for following up here to clarify those points. I may have misunderstood the original request so will reopen this.

Hi @KeyanatGiggso thanks for reaching out. I think you may want to use [list_trial_components](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.list_trial_components). That will return the `TrialComponentArn` for each trial component. Or if you have the name of...

Hi @KeyanatGiggso thanks for following up. The available boto3 Sagemaker commands are listed [here in the documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html). (There is also the [sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) which may be better suited for what you're...

Hi @HaaLeo thanks for reaching out. Per [this documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-custom-domain-tls-version.html#apigateway-custom-domain-tls-version-how-to) in the API Gateway developer guide it says to allow up to 60 minutes for the update to complete. Can you...

@HaaLeo are you using the same region in your console as you have configured with the AWS CLI? What is the status when you run [get-domain-name](https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-name.html)? If this still isn't...

Hi @dereckdemezquita thanks for reaching out. The [ListJobs API](https://docs.aws.amazon.com/batch/latest/APIReference/API_ListJobs.html#API_ListJobs_ResponseElements) returns `nextToken`, but when using `--max-items` with the [CLI pagination](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-pagination.html) it will return `NextToken`. For more explanation on the `--no-paginate` behavior...

Since we haven't heard back in a few weeks I'm going to close this issue. If you are still affected by this please refer to the comment above and follow...