aws-sdk 2.1642.0 → 2.1643.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +4 -1
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/codebuild-2016-10-06.min.json +50 -29
- package/apis/cognito-idp-2016-04-18.min.json +108 -27
- package/apis/ds-2015-04-16.min.json +7 -1
- package/apis/elasticfilesystem-2015-02-01.min.json +7 -1
- package/apis/glue-2017-03-31.min.json +294 -142
- package/apis/glue-2017-03-31.paginators.json +6 -0
- package/apis/kms-2014-11-01.examples.json +4 -2
- package/apis/mediaconvert-2017-08-29.min.json +155 -130
- package/apis/waf-2015-08-24.min.json +7 -1
- package/clients/acmpca.d.ts +2 -2
- package/clients/codebuild.d.ts +24 -1
- package/clients/glue.d.ts +206 -4
- package/clients/mediaconvert.d.ts +31 -4
- package/clients/secretsmanager.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +175 -61
- package/dist/aws-sdk.min.js +92 -92
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -200,6 +200,12 @@
|
|
200
200
|
"limit_key": "MaxResults",
|
201
201
|
"output_token": "NextToken"
|
202
202
|
},
|
203
|
+
"ListUsageProfiles": {
|
204
|
+
"input_token": "NextToken",
|
205
|
+
"limit_key": "MaxResults",
|
206
|
+
"output_token": "NextToken",
|
207
|
+
"result_key": "Profiles"
|
208
|
+
},
|
203
209
|
"ListWorkflows": {
|
204
210
|
"input_token": "NextToken",
|
205
211
|
"limit_key": "MaxResults",
|
@@ -637,11 +637,12 @@
|
|
637
637
|
"input": {
|
638
638
|
"KeyAgreementAlgorithm": "ECDH",
|
639
639
|
"KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
|
640
|
-
"PublicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvH3Yj0wbkLEpUl95Cv1cJVjsVNSjwGq3tCLnzXfhVwVvmzGN8pYj3U8nKwgouaHbBWNJYjP5VutbbkKS4Kv4GojwZBJyHN17kmxo8yTjRmjR15SKIQ8cqRA2uaERMLnpztIXdZp232PQPbWGxDyXYJ0aJ5EFSag
|
640
|
+
"PublicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvH3Yj0wbkLEpUl95Cv1cJVjsVNSjwGq3tCLnzXfhVwVvmzGN8pYj3U8nKwgouaHbBWNJYjP5VutbbkKS4Kv4GojwZBJyHN17kmxo8yTjRmjR15SKIQ8cqRA2uaERMLnpztIXdZp232PQPbWGxDyXYJ0aJ5EFSag"
|
641
641
|
},
|
642
642
|
"output": {
|
643
643
|
"KeyAgreementAlgorithm": "ECDH",
|
644
644
|
"KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
|
645
|
+
"KeyOrigin": "AWS_KMS",
|
645
646
|
"SharedSecret": "MEYCIQCKZLWyTk5runarx6XiAkU9gv3lbwPO/pHa+DXFehzdDwIhANwpsIV2g/9SPWLLsF6p/hiSskuIXMTRwqrMdVKWTMHG"
|
646
647
|
},
|
647
648
|
"comments": {
|
@@ -653,11 +654,12 @@
|
|
653
654
|
"output": {
|
654
655
|
"KeyAgreementAlgorithm": "The key agreement algorithm used to derive the shared secret.",
|
655
656
|
"KeyId": "The asymmetric KMS key pair used to derive the shared secret.",
|
657
|
+
"KeyOrigin": "The source of the key material for the specified KMS key.",
|
656
658
|
"SharedSecret": "The raw secret derived from the specified key agreement algorithm, private key in the asymmetric KMS key, and your peer's public key."
|
657
659
|
}
|
658
660
|
},
|
659
661
|
"description": "The following example derives a shared secret using a key agreement algorithm.",
|
660
|
-
"id": "to-derive-a-shared-secret-
|
662
|
+
"id": "to-derive-a-shared-secret-1718381818754",
|
661
663
|
"title": "To derive a shared secret"
|
662
664
|
}
|
663
665
|
],
|