aws-sdk-core 2.11.604 → 2.11.605

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2247a51005e2dc43b393d7508a5fa1c85ecca95280e3ef46df88cc0e6bcccaf2
4
- data.tar.gz: 7969a710e537b2b77202f10434ab247b1850fe66414d6d4b2505a78e2f334fa3
3
+ metadata.gz: 85e7c3abae3b2e00d1dc5b0f471c58de93d741a15424dc9e580fec63857fdf58
4
+ data.tar.gz: 58d92ef817d06db91dd231fbfa7314049440017149cc2f261e79fc6674f18716
5
5
  SHA512:
6
- metadata.gz: b62ba6b5caf944de9e3c6a54dd31fb1a4a2d7d9c8fccb5de80ec1d072302eb71ddb14b56c8c66e82b02ea8f4a3fca4064f515ff28af15f2ef9c0a0bf52f6a341
7
- data.tar.gz: f84b1a71cea36d19eadd6aa4aaf487eab849686b7998b3ddd93213c861f690b0d1a579505e38a6b702d22d468402dd2ec204e1bfb913248d91a957210779be29
6
+ metadata.gz: b316be5754b4d3d31940f0d58499ef7b2642fdb45e8d4034c3a2df1517f64b770d3bb93ee9b7461065a2675607507acc8aa56abfe18504270ab7f3b3b79127cd
7
+ data.tar.gz: f8fbf77509ab8c72e13ffec26583bc820508224ba5c34aba590aa3ea87dd9ab34eeaabd0577add2731eb0411a53534cfc4858e0dc18d8db9ec4e5ffdc2bb9fe5
@@ -699,6 +699,7 @@
699
699
  "environmentVariables":{"shape":"EnvironmentVariables"},
700
700
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
701
701
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
702
+ "enablePerformanceMode":{"shape":"EnablePerformanceMode"},
702
703
  "buildSpec":{"shape":"BuildSpec"},
703
704
  "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
704
705
  "pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"}
@@ -804,6 +805,7 @@
804
805
  "activeJobId":{"shape":"ActiveJobId"},
805
806
  "totalNumberOfJobs":{"shape":"TotalNumberOfJobs"},
806
807
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
808
+ "enablePerformanceMode":{"shape":"EnablePerformanceMode"},
807
809
  "thumbnailUrl":{"shape":"ThumbnailUrl"},
808
810
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
809
811
  "buildSpec":{"shape":"BuildSpec"},
@@ -931,6 +933,7 @@
931
933
  "environmentVariables":{"shape":"EnvironmentVariables"},
932
934
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
933
935
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
936
+ "enablePerformanceMode":{"shape":"EnablePerformanceMode"},
934
937
  "tags":{"shape":"TagMap"},
935
938
  "buildSpec":{"shape":"BuildSpec"},
936
939
  "ttl":{"shape":"TTL"},
@@ -1291,6 +1294,7 @@
1291
1294
  "EnableBranchAutoBuild":{"type":"boolean"},
1292
1295
  "EnableBranchAutoDeletion":{"type":"boolean"},
1293
1296
  "EnableNotification":{"type":"boolean"},
1297
+ "EnablePerformanceMode":{"type":"boolean"},
1294
1298
  "EnablePullRequestPreview":{"type":"boolean"},
1295
1299
  "EndTime":{"type":"timestamp"},
1296
1300
  "EnvKey":{
@@ -2292,6 +2296,7 @@
2292
2296
  "environmentVariables":{"shape":"EnvironmentVariables"},
2293
2297
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
2294
2298
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
2299
+ "enablePerformanceMode":{"shape":"EnablePerformanceMode"},
2295
2300
  "buildSpec":{"shape":"BuildSpec"},
2296
2301
  "ttl":{"shape":"TTL"},
2297
2302
  "displayName":{"shape":"DisplayName"},
@@ -724,7 +724,8 @@
724
724
  "Unknown",
725
725
  "NodeCreationFailure",
726
726
  "PodEvictionFailure",
727
- "InsufficientFreeAddresses"
727
+ "InsufficientFreeAddresses",
728
+ "ClusterUnreachable"
728
729
  ]
729
730
  },
730
731
  "ErrorDetail":{
@@ -1071,7 +1072,8 @@
1071
1072
  "InstanceLimitExceeded",
1072
1073
  "InsufficientFreeAddresses",
1073
1074
  "AccessDenied",
1074
- "InternalFailure"
1075
+ "InternalFailure",
1076
+ "ClusterUnreachable"
1075
1077
  ]
1076
1078
  },
1077
1079
  "NodegroupResources":{
@@ -2062,12 +2062,25 @@
2062
2062
  "NONE"
2063
2063
  ]
2064
2064
  },
2065
+ "AncillarySourceSettings": {
2066
+ "type": "structure",
2067
+ "members": {
2068
+ "SourceAncillaryChannelNumber": {
2069
+ "shape": "__integerMin1Max4",
2070
+ "locationName": "sourceAncillaryChannelNumber"
2071
+ }
2072
+ }
2073
+ },
2065
2074
  "ArchiveContainerSettings": {
2066
2075
  "type": "structure",
2067
2076
  "members": {
2068
2077
  "M2tsSettings": {
2069
2078
  "shape": "M2tsSettings",
2070
2079
  "locationName": "m2tsSettings"
2080
+ },
2081
+ "RawSettings": {
2082
+ "shape": "RawSettings",
2083
+ "locationName": "rawSettings"
2071
2084
  }
2072
2085
  }
2073
2086
  },
@@ -2156,6 +2169,10 @@
2156
2169
  "PassThroughSettings": {
2157
2170
  "shape": "PassThroughSettings",
2158
2171
  "locationName": "passThroughSettings"
2172
+ },
2173
+ "WavSettings": {
2174
+ "shape": "WavSettings",
2175
+ "locationName": "wavSettings"
2159
2176
  }
2160
2177
  }
2161
2178
  },
@@ -3082,6 +3099,10 @@
3082
3099
  "CaptionSelectorSettings": {
3083
3100
  "type": "structure",
3084
3101
  "members": {
3102
+ "AncillarySourceSettings": {
3103
+ "shape": "AncillarySourceSettings",
3104
+ "locationName": "ancillarySourceSettings"
3105
+ },
3085
3106
  "AribSourceSettings": {
3086
3107
  "shape": "AribSourceSettings",
3087
3108
  "locationName": "aribSourceSettings"
@@ -3108,6 +3129,24 @@
3108
3129
  }
3109
3130
  }
3110
3131
  },
3132
+ "CdiInputResolution": {
3133
+ "type": "string",
3134
+ "enum": [
3135
+ "SD",
3136
+ "HD",
3137
+ "FHD",
3138
+ "UHD"
3139
+ ]
3140
+ },
3141
+ "CdiInputSpecification": {
3142
+ "type": "structure",
3143
+ "members": {
3144
+ "Resolution": {
3145
+ "shape": "CdiInputResolution",
3146
+ "locationName": "resolution"
3147
+ }
3148
+ }
3149
+ },
3111
3150
  "Channel": {
3112
3151
  "type": "structure",
3113
3152
  "members": {
@@ -3115,6 +3154,10 @@
3115
3154
  "shape": "__string",
3116
3155
  "locationName": "arn"
3117
3156
  },
3157
+ "CdiInputSpecification": {
3158
+ "shape": "CdiInputSpecification",
3159
+ "locationName": "cdiInputSpecification"
3160
+ },
3118
3161
  "ChannelClass": {
3119
3162
  "shape": "ChannelClass",
3120
3163
  "locationName": "channelClass"
@@ -3225,6 +3268,10 @@
3225
3268
  "shape": "__string",
3226
3269
  "locationName": "arn"
3227
3270
  },
3271
+ "CdiInputSpecification": {
3272
+ "shape": "CdiInputSpecification",
3273
+ "locationName": "cdiInputSpecification"
3274
+ },
3228
3275
  "ChannelClass": {
3229
3276
  "shape": "ChannelClass",
3230
3277
  "locationName": "channelClass"
@@ -3296,6 +3343,10 @@
3296
3343
  "CreateChannel": {
3297
3344
  "type": "structure",
3298
3345
  "members": {
3346
+ "CdiInputSpecification": {
3347
+ "shape": "CdiInputSpecification",
3348
+ "locationName": "cdiInputSpecification"
3349
+ },
3299
3350
  "ChannelClass": {
3300
3351
  "shape": "ChannelClass",
3301
3352
  "locationName": "channelClass"
@@ -3347,6 +3398,10 @@
3347
3398
  "CreateChannelRequest": {
3348
3399
  "type": "structure",
3349
3400
  "members": {
3401
+ "CdiInputSpecification": {
3402
+ "shape": "CdiInputSpecification",
3403
+ "locationName": "cdiInputSpecification"
3404
+ },
3350
3405
  "ChannelClass": {
3351
3406
  "shape": "ChannelClass",
3352
3407
  "locationName": "channelClass"
@@ -3751,6 +3806,10 @@
3751
3806
  "shape": "__string",
3752
3807
  "locationName": "arn"
3753
3808
  },
3809
+ "CdiInputSpecification": {
3810
+ "shape": "CdiInputSpecification",
3811
+ "locationName": "cdiInputSpecification"
3812
+ },
3754
3813
  "ChannelClass": {
3755
3814
  "shape": "ChannelClass",
3756
3815
  "locationName": "channelClass"
@@ -3879,6 +3938,10 @@
3879
3938
  "shape": "MultiplexProgramPacketIdentifiersMap",
3880
3939
  "locationName": "packetIdentifiersMap"
3881
3940
  },
3941
+ "PipelineDetails": {
3942
+ "shape": "__listOfMultiplexProgramPipelineDetail",
3943
+ "locationName": "pipelineDetails"
3944
+ },
3882
3945
  "ProgramName": {
3883
3946
  "shape": "__string",
3884
3947
  "locationName": "programName"
@@ -4090,6 +4153,10 @@
4090
4153
  "shape": "__string",
4091
4154
  "locationName": "arn"
4092
4155
  },
4156
+ "CdiInputSpecification": {
4157
+ "shape": "CdiInputSpecification",
4158
+ "locationName": "cdiInputSpecification"
4159
+ },
4093
4160
  "ChannelClass": {
4094
4161
  "shape": "ChannelClass",
4095
4162
  "locationName": "channelClass"
@@ -4409,6 +4476,10 @@
4409
4476
  "shape": "MultiplexProgramPacketIdentifiersMap",
4410
4477
  "locationName": "packetIdentifiersMap"
4411
4478
  },
4479
+ "PipelineDetails": {
4480
+ "shape": "__listOfMultiplexProgramPipelineDetail",
4481
+ "locationName": "pipelineDetails"
4482
+ },
4412
4483
  "ProgramName": {
4413
4484
  "shape": "__string",
4414
4485
  "locationName": "programName"
@@ -8481,6 +8552,147 @@
8481
8552
  }
8482
8553
  }
8483
8554
  },
8555
+ "Mpeg2AdaptiveQuantization": {
8556
+ "type": "string",
8557
+ "enum": [
8558
+ "AUTO",
8559
+ "HIGH",
8560
+ "LOW",
8561
+ "MEDIUM",
8562
+ "OFF"
8563
+ ]
8564
+ },
8565
+ "Mpeg2ColorMetadata": {
8566
+ "type": "string",
8567
+ "enum": [
8568
+ "IGNORE",
8569
+ "INSERT"
8570
+ ]
8571
+ },
8572
+ "Mpeg2ColorSpace": {
8573
+ "type": "string",
8574
+ "enum": [
8575
+ "AUTO",
8576
+ "PASSTHROUGH"
8577
+ ]
8578
+ },
8579
+ "Mpeg2DisplayRatio": {
8580
+ "type": "string",
8581
+ "enum": [
8582
+ "DISPLAYRATIO16X9",
8583
+ "DISPLAYRATIO4X3"
8584
+ ]
8585
+ },
8586
+ "Mpeg2FilterSettings": {
8587
+ "type": "structure",
8588
+ "members": {
8589
+ "TemporalFilterSettings": {
8590
+ "shape": "TemporalFilterSettings",
8591
+ "locationName": "temporalFilterSettings"
8592
+ }
8593
+ }
8594
+ },
8595
+ "Mpeg2GopSizeUnits": {
8596
+ "type": "string",
8597
+ "enum": [
8598
+ "FRAMES",
8599
+ "SECONDS"
8600
+ ]
8601
+ },
8602
+ "Mpeg2ScanType": {
8603
+ "type": "string",
8604
+ "enum": [
8605
+ "INTERLACED",
8606
+ "PROGRESSIVE"
8607
+ ]
8608
+ },
8609
+ "Mpeg2Settings": {
8610
+ "type": "structure",
8611
+ "members": {
8612
+ "AdaptiveQuantization": {
8613
+ "shape": "Mpeg2AdaptiveQuantization",
8614
+ "locationName": "adaptiveQuantization"
8615
+ },
8616
+ "AfdSignaling": {
8617
+ "shape": "AfdSignaling",
8618
+ "locationName": "afdSignaling"
8619
+ },
8620
+ "ColorMetadata": {
8621
+ "shape": "Mpeg2ColorMetadata",
8622
+ "locationName": "colorMetadata"
8623
+ },
8624
+ "ColorSpace": {
8625
+ "shape": "Mpeg2ColorSpace",
8626
+ "locationName": "colorSpace"
8627
+ },
8628
+ "DisplayAspectRatio": {
8629
+ "shape": "Mpeg2DisplayRatio",
8630
+ "locationName": "displayAspectRatio"
8631
+ },
8632
+ "FilterSettings": {
8633
+ "shape": "Mpeg2FilterSettings",
8634
+ "locationName": "filterSettings"
8635
+ },
8636
+ "FixedAfd": {
8637
+ "shape": "FixedAfd",
8638
+ "locationName": "fixedAfd"
8639
+ },
8640
+ "FramerateDenominator": {
8641
+ "shape": "__integerMin1",
8642
+ "locationName": "framerateDenominator"
8643
+ },
8644
+ "FramerateNumerator": {
8645
+ "shape": "__integerMin1",
8646
+ "locationName": "framerateNumerator"
8647
+ },
8648
+ "GopClosedCadence": {
8649
+ "shape": "__integerMin0",
8650
+ "locationName": "gopClosedCadence"
8651
+ },
8652
+ "GopNumBFrames": {
8653
+ "shape": "__integerMin0Max7",
8654
+ "locationName": "gopNumBFrames"
8655
+ },
8656
+ "GopSize": {
8657
+ "shape": "__double",
8658
+ "locationName": "gopSize"
8659
+ },
8660
+ "GopSizeUnits": {
8661
+ "shape": "Mpeg2GopSizeUnits",
8662
+ "locationName": "gopSizeUnits"
8663
+ },
8664
+ "ScanType": {
8665
+ "shape": "Mpeg2ScanType",
8666
+ "locationName": "scanType"
8667
+ },
8668
+ "SubgopLength": {
8669
+ "shape": "Mpeg2SubGopLength",
8670
+ "locationName": "subgopLength"
8671
+ },
8672
+ "TimecodeInsertion": {
8673
+ "shape": "Mpeg2TimecodeInsertionBehavior",
8674
+ "locationName": "timecodeInsertion"
8675
+ }
8676
+ },
8677
+ "required": [
8678
+ "FramerateNumerator",
8679
+ "FramerateDenominator"
8680
+ ]
8681
+ },
8682
+ "Mpeg2SubGopLength": {
8683
+ "type": "string",
8684
+ "enum": [
8685
+ "DYNAMIC",
8686
+ "FIXED"
8687
+ ]
8688
+ },
8689
+ "Mpeg2TimecodeInsertionBehavior": {
8690
+ "type": "string",
8691
+ "enum": [
8692
+ "DISABLED",
8693
+ "GOP_TIMECODE"
8694
+ ]
8695
+ },
8484
8696
  "MsSmoothGroupSettings": {
8485
8697
  "type": "structure",
8486
8698
  "members": {
@@ -8693,6 +8905,10 @@
8693
8905
  "shape": "MultiplexProgramPacketIdentifiersMap",
8694
8906
  "locationName": "packetIdentifiersMap"
8695
8907
  },
8908
+ "PipelineDetails": {
8909
+ "shape": "__listOfMultiplexProgramPipelineDetail",
8910
+ "locationName": "pipelineDetails"
8911
+ },
8696
8912
  "ProgramName": {
8697
8913
  "shape": "__string",
8698
8914
  "locationName": "programName"
@@ -8769,6 +8985,19 @@
8769
8985
  }
8770
8986
  }
8771
8987
  },
8988
+ "MultiplexProgramPipelineDetail": {
8989
+ "type": "structure",
8990
+ "members": {
8991
+ "ActiveChannelPipeline": {
8992
+ "shape": "__string",
8993
+ "locationName": "activeChannelPipeline"
8994
+ },
8995
+ "PipelineId": {
8996
+ "shape": "__string",
8997
+ "locationName": "pipelineId"
8998
+ }
8999
+ }
9000
+ },
8772
9001
  "MultiplexProgramServiceDescriptor": {
8773
9002
  "type": "structure",
8774
9003
  "members": {
@@ -8827,7 +9056,7 @@
8827
9056
  "type": "structure",
8828
9057
  "members": {
8829
9058
  "MaximumVideoBufferDelayMilliseconds": {
8830
- "shape": "__integerMin1000Max3000",
9059
+ "shape": "__integerMin800Max3000",
8831
9060
  "locationName": "maximumVideoBufferDelayMilliseconds"
8832
9061
  },
8833
9062
  "TransportStreamBitrate": {
@@ -8881,6 +9110,10 @@
8881
9110
  "MinimumBitrate": {
8882
9111
  "shape": "__integerMin100000Max100000000",
8883
9112
  "locationName": "minimumBitrate"
9113
+ },
9114
+ "Priority": {
9115
+ "shape": "__integerMinNegative5Max5",
9116
+ "locationName": "priority"
8884
9117
  }
8885
9118
  }
8886
9119
  },
@@ -9366,6 +9599,11 @@
9366
9599
  }
9367
9600
  }
9368
9601
  },
9602
+ "RawSettings": {
9603
+ "type": "structure",
9604
+ "members": {
9605
+ }
9606
+ },
9369
9607
  "Rec601Settings": {
9370
9608
  "type": "structure",
9371
9609
  "members": {
@@ -10168,6 +10406,10 @@
10168
10406
  "shape": "__string",
10169
10407
  "locationName": "arn"
10170
10408
  },
10409
+ "CdiInputSpecification": {
10410
+ "shape": "CdiInputSpecification",
10411
+ "locationName": "cdiInputSpecification"
10412
+ },
10171
10413
  "ChannelClass": {
10172
10414
  "shape": "ChannelClass",
10173
10415
  "locationName": "channelClass"
@@ -10390,6 +10632,10 @@
10390
10632
  "shape": "__string",
10391
10633
  "locationName": "arn"
10392
10634
  },
10635
+ "CdiInputSpecification": {
10636
+ "shape": "CdiInputSpecification",
10637
+ "locationName": "cdiInputSpecification"
10638
+ },
10393
10639
  "ChannelClass": {
10394
10640
  "shape": "ChannelClass",
10395
10641
  "locationName": "channelClass"
@@ -10726,6 +10972,10 @@
10726
10972
  "UpdateChannel": {
10727
10973
  "type": "structure",
10728
10974
  "members": {
10975
+ "CdiInputSpecification": {
10976
+ "shape": "CdiInputSpecification",
10977
+ "locationName": "cdiInputSpecification"
10978
+ },
10729
10979
  "Destinations": {
10730
10980
  "shape": "__listOfOutputDestination",
10731
10981
  "locationName": "destinations"
@@ -10806,6 +11056,10 @@
10806
11056
  "UpdateChannelRequest": {
10807
11057
  "type": "structure",
10808
11058
  "members": {
11059
+ "CdiInputSpecification": {
11060
+ "shape": "CdiInputSpecification",
11061
+ "locationName": "cdiInputSpecification"
11062
+ },
10809
11063
  "ChannelId": {
10810
11064
  "shape": "__string",
10811
11065
  "location": "uri",
@@ -11245,6 +11499,10 @@
11245
11499
  "H265Settings": {
11246
11500
  "shape": "H265Settings",
11247
11501
  "locationName": "h265Settings"
11502
+ },
11503
+ "Mpeg2Settings": {
11504
+ "shape": "Mpeg2Settings",
11505
+ "locationName": "mpeg2Settings"
11248
11506
  }
11249
11507
  }
11250
11508
  },
@@ -11362,6 +11620,32 @@
11362
11620
  }
11363
11621
  }
11364
11622
  },
11623
+ "WavCodingMode": {
11624
+ "type": "string",
11625
+ "enum": [
11626
+ "CODING_MODE_1_0",
11627
+ "CODING_MODE_2_0",
11628
+ "CODING_MODE_4_0",
11629
+ "CODING_MODE_8_0"
11630
+ ]
11631
+ },
11632
+ "WavSettings": {
11633
+ "type": "structure",
11634
+ "members": {
11635
+ "BitDepth": {
11636
+ "shape": "__double",
11637
+ "locationName": "bitDepth"
11638
+ },
11639
+ "CodingMode": {
11640
+ "shape": "WavCodingMode",
11641
+ "locationName": "codingMode"
11642
+ },
11643
+ "SampleRate": {
11644
+ "shape": "__double",
11645
+ "locationName": "sampleRate"
11646
+ }
11647
+ }
11648
+ },
11365
11649
  "WebvttDestinationSettings": {
11366
11650
  "type": "structure",
11367
11651
  "members": {
@@ -11507,11 +11791,6 @@
11507
11791
  "min": 100000,
11508
11792
  "max": 80000000
11509
11793
  },
11510
- "__integerMin1000Max3000": {
11511
- "type": "integer",
11512
- "min": 1000,
11513
- "max": 3000
11514
- },
11515
11794
  "__integerMin1000Max30000": {
11516
11795
  "type": "integer",
11517
11796
  "min": 1000,
@@ -11600,6 +11879,11 @@
11600
11879
  "min": 4,
11601
11880
  "max": 20
11602
11881
  },
11882
+ "__integerMin800Max3000": {
11883
+ "type": "integer",
11884
+ "min": 800,
11885
+ "max": 3000
11886
+ },
11603
11887
  "__integerMin96Max600": {
11604
11888
  "type": "integer",
11605
11889
  "min": 96,
@@ -11799,6 +12083,12 @@
11799
12083
  "shape": "MultiplexOutputDestination"
11800
12084
  }
11801
12085
  },
12086
+ "__listOfMultiplexProgramPipelineDetail": {
12087
+ "type": "list",
12088
+ "member": {
12089
+ "shape": "MultiplexProgramPipelineDetail"
12090
+ }
12091
+ },
11802
12092
  "__listOfMultiplexProgramSummary": {
11803
12093
  "type": "list",
11804
12094
  "member": {
@@ -687,6 +687,19 @@
687
687
  {"shape":"OperationNotSupportedException"}
688
688
  ]
689
689
  },
690
+ "GetProvisionedProductOutputs":{
691
+ "name":"GetProvisionedProductOutputs",
692
+ "http":{
693
+ "method":"POST",
694
+ "requestUri":"/"
695
+ },
696
+ "input":{"shape":"GetProvisionedProductOutputsInput"},
697
+ "output":{"shape":"GetProvisionedProductOutputsOutput"},
698
+ "errors":[
699
+ {"shape":"InvalidParametersException"},
700
+ {"shape":"ResourceNotFoundException"}
701
+ ]
702
+ },
690
703
  "ListAcceptedPortfolioShares":{
691
704
  "name":"ListAcceptedPortfolioShares",
692
705
  "http":{
@@ -2223,6 +2236,24 @@
2223
2236
  "AccessStatus":{"shape":"AccessStatus"}
2224
2237
  }
2225
2238
  },
2239
+ "GetProvisionedProductOutputsInput":{
2240
+ "type":"structure",
2241
+ "members":{
2242
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
2243
+ "ProvisionedProductId":{"shape":"Id"},
2244
+ "ProvisionedProductName":{"shape":"ProvisionedProductName"},
2245
+ "OutputKeys":{"shape":"OutputKeys"},
2246
+ "PageSize":{"shape":"PageSize"},
2247
+ "PageToken":{"shape":"PageToken"}
2248
+ }
2249
+ },
2250
+ "GetProvisionedProductOutputsOutput":{
2251
+ "type":"structure",
2252
+ "members":{
2253
+ "Outputs":{"shape":"RecordOutputs"},
2254
+ "NextPageToken":{"shape":"PageToken"}
2255
+ }
2256
+ },
2226
2257
  "HasDefaultPath":{"type":"boolean"},
2227
2258
  "Id":{
2228
2259
  "type":"string",
@@ -2656,6 +2687,11 @@
2656
2687
  "max":1024
2657
2688
  },
2658
2689
  "OutputKey":{"type":"string"},
2690
+ "OutputKeys":{
2691
+ "type":"list",
2692
+ "member":{"shape":"OutputKey"},
2693
+ "max":60
2694
+ },
2659
2695
  "OutputValue":{"type":"string"},
2660
2696
  "PageSize":{
2661
2697
  "type":"integer",
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetProvisionedProductOutputs": {
4
+ "input_token": "PageToken",
5
+ "output_token": "NextPageToken",
6
+ "limit_key": "PageSize"
7
+ },
3
8
  "ListAcceptedPortfolioShares": {
4
9
  "input_token": "PageToken",
5
10
  "output_token": "NextPageToken",
@@ -85,6 +85,22 @@
85
85
  {"shape":"Ec2RequestFailedException"}
86
86
  ]
87
87
  },
88
+ "CreateReturnShippingLabel":{
89
+ "name":"CreateReturnShippingLabel",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"CreateReturnShippingLabelRequest"},
95
+ "output":{"shape":"CreateReturnShippingLabelResult"},
96
+ "errors":[
97
+ {"shape":"InvalidResourceException"},
98
+ {"shape":"InvalidJobStateException"},
99
+ {"shape":"InvalidInputCombinationException"},
100
+ {"shape":"ConflictException"},
101
+ {"shape":"ReturnShippingLabelAlreadyExistsException"}
102
+ ]
103
+ },
88
104
  "DescribeAddress":{
89
105
  "name":"DescribeAddress",
90
106
  "http":{
@@ -134,6 +150,20 @@
134
150
  {"shape":"InvalidResourceException"}
135
151
  ]
136
152
  },
153
+ "DescribeReturnShippingLabel":{
154
+ "name":"DescribeReturnShippingLabel",
155
+ "http":{
156
+ "method":"POST",
157
+ "requestUri":"/"
158
+ },
159
+ "input":{"shape":"DescribeReturnShippingLabelRequest"},
160
+ "output":{"shape":"DescribeReturnShippingLabelResult"},
161
+ "errors":[
162
+ {"shape":"InvalidResourceException"},
163
+ {"shape":"InvalidJobStateException"},
164
+ {"shape":"ConflictException"}
165
+ ]
166
+ },
137
167
  "GetJobManifest":{
138
168
  "name":"GetJobManifest",
139
169
  "http":{
@@ -264,6 +294,19 @@
264
294
  {"shape":"ClusterLimitExceededException"},
265
295
  {"shape":"Ec2RequestFailedException"}
266
296
  ]
297
+ },
298
+ "UpdateJobShipmentState":{
299
+ "name":"UpdateJobShipmentState",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"UpdateJobShipmentStateRequest"},
305
+ "output":{"shape":"UpdateJobShipmentStateResult"},
306
+ "errors":[
307
+ {"shape":"InvalidResourceException"},
308
+ {"shape":"InvalidJobStateException"}
309
+ ]
267
310
  }
268
311
  },
269
312
  "shapes":{
@@ -393,6 +436,14 @@
393
436
  "type":"list",
394
437
  "member":{"shape":"CompatibleImage"}
395
438
  },
439
+ "ConflictException":{
440
+ "type":"structure",
441
+ "members":{
442
+ "ConflictResource":{"shape":"String"},
443
+ "Message":{"shape":"String"}
444
+ },
445
+ "exception":true
446
+ },
396
447
  "CreateAddressRequest":{
397
448
  "type":"structure",
398
449
  "required":["Address"],
@@ -460,6 +511,20 @@
460
511
  "JobId":{"shape":"JobId"}
461
512
  }
462
513
  },
514
+ "CreateReturnShippingLabelRequest":{
515
+ "type":"structure",
516
+ "required":["JobId"],
517
+ "members":{
518
+ "JobId":{"shape":"JobId"},
519
+ "ShippingOption":{"shape":"ShippingOption"}
520
+ }
521
+ },
522
+ "CreateReturnShippingLabelResult":{
523
+ "type":"structure",
524
+ "members":{
525
+ "Status":{"shape":"ShippingLabelStatus"}
526
+ }
527
+ },
463
528
  "DataTransfer":{
464
529
  "type":"structure",
465
530
  "members":{
@@ -523,6 +588,19 @@
523
588
  "SubJobMetadata":{"shape":"JobMetadataList"}
524
589
  }
525
590
  },
591
+ "DescribeReturnShippingLabelRequest":{
592
+ "type":"structure",
593
+ "members":{
594
+ "JobId":{"shape":"JobId"}
595
+ }
596
+ },
597
+ "DescribeReturnShippingLabelResult":{
598
+ "type":"structure",
599
+ "members":{
600
+ "Status":{"shape":"ShippingLabelStatus"},
601
+ "ExpirationDate":{"shape":"Timestamp"}
602
+ }
603
+ },
526
604
  "DeviceConfiguration":{
527
605
  "type":"structure",
528
606
  "members":{
@@ -858,6 +936,13 @@
858
936
  "type":"string",
859
937
  "max":255
860
938
  },
939
+ "ReturnShippingLabelAlreadyExistsException":{
940
+ "type":"structure",
941
+ "members":{
942
+ "Message":{"shape":"String"}
943
+ },
944
+ "exception":true
945
+ },
861
946
  "RoleARN":{
862
947
  "type":"string",
863
948
  "max":255,
@@ -881,6 +966,13 @@
881
966
  "TrackingNumber":{"shape":"String"}
882
967
  }
883
968
  },
969
+ "ShipmentState":{
970
+ "type":"string",
971
+ "enum":[
972
+ "RECEIVED",
973
+ "RETURNED"
974
+ ]
975
+ },
884
976
  "ShippingDetails":{
885
977
  "type":"structure",
886
978
  "members":{
@@ -889,6 +981,15 @@
889
981
  "OutboundShipment":{"shape":"Shipment"}
890
982
  }
891
983
  },
984
+ "ShippingLabelStatus":{
985
+ "type":"string",
986
+ "enum":[
987
+ "InProgress",
988
+ "TimedOut",
989
+ "Succeeded",
990
+ "Failed"
991
+ ]
992
+ },
892
993
  "ShippingOption":{
893
994
  "type":"string",
894
995
  "enum":[
@@ -989,6 +1090,22 @@
989
1090
  "members":{
990
1091
  }
991
1092
  },
1093
+ "UpdateJobShipmentStateRequest":{
1094
+ "type":"structure",
1095
+ "required":[
1096
+ "JobId",
1097
+ "ShipmentState"
1098
+ ],
1099
+ "members":{
1100
+ "JobId":{"shape":"JobId"},
1101
+ "ShipmentState":{"shape":"ShipmentState"}
1102
+ }
1103
+ },
1104
+ "UpdateJobShipmentStateResult":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ }
1108
+ },
992
1109
  "WirelessConnection":{
993
1110
  "type":"structure",
994
1111
  "members":{
@@ -487,6 +487,7 @@
487
487
  },
488
488
  "api.sagemaker" : {
489
489
  "endpoints" : {
490
+ "af-south-1" : { },
490
491
  "ap-east-1" : { },
491
492
  "ap-northeast-1" : { },
492
493
  "ap-northeast-2" : { },
@@ -496,6 +497,7 @@
496
497
  "ca-central-1" : { },
497
498
  "eu-central-1" : { },
498
499
  "eu-north-1" : { },
500
+ "eu-south-1" : { },
499
501
  "eu-west-1" : { },
500
502
  "eu-west-2" : { },
501
503
  "eu-west-3" : { },
@@ -4677,6 +4679,7 @@
4677
4679
  },
4678
4680
  "runtime.sagemaker" : {
4679
4681
  "endpoints" : {
4682
+ "af-south-1" : { },
4680
4683
  "ap-east-1" : { },
4681
4684
  "ap-northeast-1" : { },
4682
4685
  "ap-northeast-2" : { },
@@ -4686,6 +4689,7 @@
4686
4689
  "ca-central-1" : { },
4687
4690
  "eu-central-1" : { },
4688
4691
  "eu-north-1" : { },
4692
+ "eu-south-1" : { },
4689
4693
  "eu-west-1" : { },
4690
4694
  "eu-west-2" : { },
4691
4695
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.604'
2
+ VERSION = '2.11.605'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.604
4
+ version: 2.11.605
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-08 00:00:00.000000000 Z
11
+ date: 2020-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath