aws-sdk-ssmsap 1.0.0 → 1.2.0

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: '068355ed4e31399922806bbb2c761a6155db3cb573fa805daee03a046c1a686a'
4
- data.tar.gz: 4405777d1b4886b4c2943e1866c3665a29633f7ffe50194f3b9074027cf7872d
3
+ metadata.gz: b790c4713bf855cab42c00bf2788ee1f3e1496b5d34830e28de54938615df570
4
+ data.tar.gz: 455b5b7c4111d2ea77a093393ba8e2568251136fde49ca67401632f39320aeab
5
5
  SHA512:
6
- metadata.gz: 123672b9a6f97659419d68bb0a6c1e0131c227ef8a8e0cd00880dd2208a74e7e9e5cac8bbadc2b092a4d5f4161c9cc9cb8d017e511a32af9345fc69d1c77293f
7
- data.tar.gz: 5d72be1e0da9f82797f7c18b1b3ffe8851c82a82b09db4db524390923fc3c7397852dd11a2ab8f2ccfd909db3cdd8f95e73e2757ef2f23905bc23dcfbf86d9c9
6
+ metadata.gz: c286ed08d461a5e25d072132a61dddd2b4b456bd6b90cccac900f35644684e12c691b98ea078b0ad9eb79d25044eec9b749f53460fcaa986f269da1e07025902
7
+ data.tar.gz: 52effe61cc5b119358b9ce80207a233b2fc0d686a2a21f71e13828c8a6247726a7a356fd1341938eb59d4132b92ebcc741a2648ad60f61c985ca5bd22eb3c616
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2023-01-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
10
+
11
+ 1.1.0 (2022-11-18)
12
+ ------------------
13
+
14
+ * Feature - AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.
15
+
4
16
  1.0.0 (2022-11-15)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.2.0
@@ -368,6 +368,8 @@ module Aws::SsmSap
368
368
 
369
369
  # @!group API Operations
370
370
 
371
+ # Removes permissions associated with the target database.
372
+ #
371
373
  # @option params [String] :action_type
372
374
  #
373
375
  # @option params [String] :source_resource_arn
@@ -390,7 +392,7 @@ module Aws::SsmSap
390
392
  #
391
393
  # resp.policy #=> String
392
394
  #
393
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DeleteResourcePermission AWS API Documentation
395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DeleteResourcePermission AWS API Documentation
394
396
  #
395
397
  # @overload delete_resource_permission(params = {})
396
398
  # @param [Hash] params ({})
@@ -399,6 +401,10 @@ module Aws::SsmSap
399
401
  req.send_request(options)
400
402
  end
401
403
 
404
+ # Deregister an SAP application with AWS Systems Manager for SAP. This
405
+ # action does not affect the existing setup of your SAP workloads on
406
+ # Amazon EC2.
407
+ #
402
408
  # @option params [required, String] :application_id
403
409
  #
404
410
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -409,7 +415,7 @@ module Aws::SsmSap
409
415
  # application_id: "ApplicationId", # required
410
416
  # })
411
417
  #
412
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DeregisterApplication AWS API Documentation
418
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DeregisterApplication AWS API Documentation
413
419
  #
414
420
  # @overload deregister_application(params = {})
415
421
  # @param [Hash] params ({})
@@ -418,6 +424,9 @@ module Aws::SsmSap
418
424
  req.send_request(options)
419
425
  end
420
426
 
427
+ # Gets an application registered with AWS Systems Manager for SAP. It
428
+ # also returns the components of the application.
429
+ #
421
430
  # @option params [String] :application_id
422
431
  #
423
432
  # @option params [String] :application_arn
@@ -448,7 +457,7 @@ module Aws::SsmSap
448
457
  # resp.tags #=> Hash
449
458
  # resp.tags["TagKey"] #=> String
450
459
  #
451
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetApplication AWS API Documentation
460
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetApplication AWS API Documentation
452
461
  #
453
462
  # @overload get_application(params = {})
454
463
  # @param [Hash] params ({})
@@ -457,6 +466,9 @@ module Aws::SsmSap
457
466
  req.send_request(options)
458
467
  end
459
468
 
469
+ # Gets the component of an application registered with AWS Systems
470
+ # Manager for SAP.
471
+ #
460
472
  # @option params [required, String] :application_id
461
473
  #
462
474
  # @option params [required, String] :component_id
@@ -488,7 +500,7 @@ module Aws::SsmSap
488
500
  # resp.component.primary_host #=> String
489
501
  # resp.component.last_updated #=> Time
490
502
  #
491
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetComponent AWS API Documentation
503
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetComponent AWS API Documentation
492
504
  #
493
505
  # @overload get_component(params = {})
494
506
  # @param [Hash] params ({})
@@ -497,6 +509,9 @@ module Aws::SsmSap
497
509
  req.send_request(options)
498
510
  end
499
511
 
512
+ # Gets the SAP HANA database of an application registered with AWS
513
+ # Systems Manager for SAP.
514
+ #
500
515
  # @option params [String] :application_id
501
516
  #
502
517
  # @option params [String] :component_id
@@ -538,7 +553,7 @@ module Aws::SsmSap
538
553
  # resp.tags #=> Hash
539
554
  # resp.tags["TagKey"] #=> String
540
555
  #
541
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetDatabase AWS API Documentation
556
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetDatabase AWS API Documentation
542
557
  #
543
558
  # @overload get_database(params = {})
544
559
  # @param [Hash] params ({})
@@ -547,6 +562,8 @@ module Aws::SsmSap
547
562
  req.send_request(options)
548
563
  end
549
564
 
565
+ # Gets the details of an operation by specifying the operation ID.
566
+ #
550
567
  # @option params [required, String] :operation_id
551
568
  #
552
569
  # @return [Types::GetOperationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -574,7 +591,7 @@ module Aws::SsmSap
574
591
  # resp.operation.end_time #=> Time
575
592
  # resp.operation.last_updated_time #=> Time
576
593
  #
577
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetOperation AWS API Documentation
594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetOperation AWS API Documentation
578
595
  #
579
596
  # @overload get_operation(params = {})
580
597
  # @param [Hash] params ({})
@@ -583,6 +600,8 @@ module Aws::SsmSap
583
600
  req.send_request(options)
584
601
  end
585
602
 
603
+ # Gets permissions associated with the target database.
604
+ #
586
605
  # @option params [String] :action_type
587
606
  #
588
607
  # @option params [required, String] :resource_arn
@@ -602,7 +621,7 @@ module Aws::SsmSap
602
621
  #
603
622
  # resp.policy #=> String
604
623
  #
605
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetResourcePermission AWS API Documentation
624
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetResourcePermission AWS API Documentation
606
625
  #
607
626
  # @overload get_resource_permission(params = {})
608
627
  # @param [Hash] params ({})
@@ -611,6 +630,9 @@ module Aws::SsmSap
611
630
  req.send_request(options)
612
631
  end
613
632
 
633
+ # Lists all the applications registered with AWS Systems Manager for
634
+ # SAP.
635
+ #
614
636
  # @option params [String] :next_token
615
637
  #
616
638
  # @option params [Integer] :max_results
@@ -639,7 +661,7 @@ module Aws::SsmSap
639
661
  # resp.applications[0].tags["TagKey"] #=> String
640
662
  # resp.next_token #=> String
641
663
  #
642
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListApplications AWS API Documentation
664
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListApplications AWS API Documentation
643
665
  #
644
666
  # @overload list_applications(params = {})
645
667
  # @param [Hash] params ({})
@@ -648,6 +670,8 @@ module Aws::SsmSap
648
670
  req.send_request(options)
649
671
  end
650
672
 
673
+ # Lists all the components registered with AWS Systems Manager for SAP.
674
+ #
651
675
  # @option params [String] :application_id
652
676
  #
653
677
  # @option params [String] :next_token
@@ -679,7 +703,7 @@ module Aws::SsmSap
679
703
  # resp.components[0].tags["TagKey"] #=> String
680
704
  # resp.next_token #=> String
681
705
  #
682
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListComponents AWS API Documentation
706
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListComponents AWS API Documentation
683
707
  #
684
708
  # @overload list_components(params = {})
685
709
  # @param [Hash] params ({})
@@ -688,6 +712,9 @@ module Aws::SsmSap
688
712
  req.send_request(options)
689
713
  end
690
714
 
715
+ # Lists the SAP HANA databases of an application registered with AWS
716
+ # Systems Manager for SAP.
717
+ #
691
718
  # @option params [String] :application_id
692
719
  #
693
720
  # @option params [String] :component_id
@@ -724,7 +751,7 @@ module Aws::SsmSap
724
751
  # resp.databases[0].tags["TagKey"] #=> String
725
752
  # resp.next_token #=> String
726
753
  #
727
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListDatabases AWS API Documentation
754
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListDatabases AWS API Documentation
728
755
  #
729
756
  # @overload list_databases(params = {})
730
757
  # @param [Hash] params ({})
@@ -733,6 +760,9 @@ module Aws::SsmSap
733
760
  req.send_request(options)
734
761
  end
735
762
 
763
+ # Lists all tags on an SAP HANA application and/or database registered
764
+ # with AWS Systems Manager for SAP.
765
+ #
736
766
  # @option params [required, String] :resource_arn
737
767
  #
738
768
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -750,7 +780,7 @@ module Aws::SsmSap
750
780
  # resp.tags #=> Hash
751
781
  # resp.tags["TagKey"] #=> String
752
782
  #
753
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListTagsForResource AWS API Documentation
783
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListTagsForResource AWS API Documentation
754
784
  #
755
785
  # @overload list_tags_for_resource(params = {})
756
786
  # @param [Hash] params ({})
@@ -759,6 +789,8 @@ module Aws::SsmSap
759
789
  req.send_request(options)
760
790
  end
761
791
 
792
+ # Adds permissions to the target database.
793
+ #
762
794
  # @option params [required, String] :action_type
763
795
  #
764
796
  # @option params [required, String] :source_resource_arn
@@ -781,7 +813,7 @@ module Aws::SsmSap
781
813
  #
782
814
  # resp.policy #=> String
783
815
  #
784
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/PutResourcePermission AWS API Documentation
816
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/PutResourcePermission AWS API Documentation
785
817
  #
786
818
  # @overload put_resource_permission(params = {})
787
819
  # @param [Hash] params ({})
@@ -790,6 +822,18 @@ module Aws::SsmSap
790
822
  req.send_request(options)
791
823
  end
792
824
 
825
+ # Register an SAP application with AWS Systems Manager for SAP. You must
826
+ # meet the following requirements before registering.
827
+ #
828
+ # The SAP application you want to register with AWS Systems Manager for
829
+ # SAP is running on Amazon EC2.
830
+ #
831
+ # AWS Systems Manager Agent must be setup on an Amazon EC2 instance
832
+ # along with the required IAM permissions.
833
+ #
834
+ # Amazon EC2 instance(s) must have access to the secrets created in AWS
835
+ # Secrets Manager to manage SAP applications and components.
836
+ #
793
837
  # @option params [required, String] :application_id
794
838
  #
795
839
  # @option params [required, String] :application_type
@@ -842,7 +886,7 @@ module Aws::SsmSap
842
886
  # resp.application.status_message #=> String
843
887
  # resp.operation_id #=> String
844
888
  #
845
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/RegisterApplication AWS API Documentation
889
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/RegisterApplication AWS API Documentation
846
890
  #
847
891
  # @overload register_application(params = {})
848
892
  # @param [Hash] params ({})
@@ -851,6 +895,8 @@ module Aws::SsmSap
851
895
  req.send_request(options)
852
896
  end
853
897
 
898
+ # Creates tag for a resource by specifying the ARN.
899
+ #
854
900
  # @option params [required, String] :resource_arn
855
901
  #
856
902
  # @option params [required, Hash<String,String>] :tags
@@ -866,7 +912,7 @@ module Aws::SsmSap
866
912
  # },
867
913
  # })
868
914
  #
869
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/TagResource AWS API Documentation
915
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/TagResource AWS API Documentation
870
916
  #
871
917
  # @overload tag_resource(params = {})
872
918
  # @param [Hash] params ({})
@@ -875,9 +921,13 @@ module Aws::SsmSap
875
921
  req.send_request(options)
876
922
  end
877
923
 
924
+ # Delete the tags for a resource.
925
+ #
878
926
  # @option params [required, String] :resource_arn
879
927
  #
880
928
  # @option params [required, Array<String>] :tag_keys
929
+ # Adds/updates or removes credentials for applications registered with
930
+ # AWS Systems Manager for SAP.
881
931
  #
882
932
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
883
933
  #
@@ -888,7 +938,7 @@ module Aws::SsmSap
888
938
  # tag_keys: ["TagKey"], # required
889
939
  # })
890
940
  #
891
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/UntagResource AWS API Documentation
941
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/UntagResource AWS API Documentation
892
942
  #
893
943
  # @overload untag_resource(params = {})
894
944
  # @param [Hash] params ({})
@@ -934,7 +984,7 @@ module Aws::SsmSap
934
984
  # resp.operation_ids #=> Array
935
985
  # resp.operation_ids[0] #=> String
936
986
  #
937
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/UpdateApplicationSettings AWS API Documentation
987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/UpdateApplicationSettings AWS API Documentation
938
988
  #
939
989
  # @overload update_application_settings(params = {})
940
990
  # @param [Hash] params ({})
@@ -956,7 +1006,7 @@ module Aws::SsmSap
956
1006
  params: params,
957
1007
  config: config)
958
1008
  context[:gem_name] = 'aws-sdk-ssmsap'
959
- context[:gem_version] = '1.0.0'
1009
+ context[:gem_version] = '1.2.0'
960
1010
  Seahorse::Client::Request.new(handlers, context)
961
1011
  end
962
1012
 
@@ -357,10 +357,10 @@ module Aws::SsmSap
357
357
  "protocol" => "rest-json",
358
358
  "serviceAbbreviation" => "SsmSap",
359
359
  "serviceFullName" => "AWS Systems Manager for SAP",
360
- "serviceId" => "SsmSap",
360
+ "serviceId" => "Ssm Sap",
361
361
  "signatureVersion" => "v4",
362
362
  "signingName" => "ssm-sap",
363
- "uid" => "ssmsap-2018-05-10",
363
+ "uid" => "ssm-sap-2018-05-10",
364
364
  }
365
365
 
366
366
  api.add_operation(:delete_resource_permission, Seahorse::Model::Operation.new.tap do |o|
@@ -50,6 +50,9 @@ module Aws::SsmSap
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -9,102 +9,43 @@
9
9
 
10
10
  module Aws::SsmSap
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
20
- )
12
+ def resolve_endpoint(parameters)
13
+ region = parameters.region
14
+ use_dual_stack = parameters.use_dual_stack
15
+ use_fips = parameters.use_fips
16
+ endpoint = parameters.endpoint
17
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
+ if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
+ end
22
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
+ end
25
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
+ end
27
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-sap-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
+ end
31
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
+ end
33
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-sap-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
+ end
37
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
38
+ end
39
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-sap.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
42
+ end
43
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
44
+ end
45
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-sap.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
21
46
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
47
+ raise ArgumentError, 'No endpoint could be resolved'
24
48
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
49
  end
28
-
29
- # @api private
30
- RULES = <<-JSON
31
- eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
73
- YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
- YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL3NzbS1zYXAtZmlwcy57UmVnaW9ufS57UGFy
77
- dGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
78
- Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29u
79
- ZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBl
80
- bmFibGVkLCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBv
81
- bmUgb3IgYm90aCIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpb
82
- eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBT
83
- In0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9u
84
- cyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6
85
- ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwi
86
- c3VwcG9ydHNGSVBTIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
87
- b25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9zc20t
88
- c2FwLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9
89
- IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBv
90
- aW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5h
91
- YmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBT
92
- IiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9v
93
- bGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRy
94
- dWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7
95
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRB
96
- dHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBv
97
- cnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
98
- b25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9zc20t
99
- c2FwLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3Vm
100
- Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
101
- bmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3Rh
102
- Y2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3Vw
103
- cG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9u
104
- cyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vc3NtLXNhcC57UmVn
105
- aW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
106
- Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0=
107
-
108
- JSON
109
50
  end
110
51
  end
@@ -34,7 +34,7 @@ module Aws::SsmSap
34
34
  # @!attribute [rw] status_message
35
35
  # @return [String]
36
36
  #
37
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/Application AWS API Documentation
37
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/Application AWS API Documentation
38
38
  #
39
39
  class Application < Struct.new(
40
40
  :id,
@@ -49,15 +49,6 @@ module Aws::SsmSap
49
49
  include Aws::Structure
50
50
  end
51
51
 
52
- # @note When making an API call, you may pass ApplicationCredential
53
- # data as a hash:
54
- #
55
- # {
56
- # database_name: "DatabaseName", # required
57
- # credential_type: "ADMIN", # required, accepts ADMIN
58
- # secret_id: "SecretId", # required
59
- # }
60
- #
61
52
  # @!attribute [rw] database_name
62
53
  # @return [String]
63
54
  #
@@ -67,7 +58,7 @@ module Aws::SsmSap
67
58
  # @!attribute [rw] secret_id
68
59
  # @return [String]
69
60
  #
70
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ApplicationCredential AWS API Documentation
61
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ApplicationCredential AWS API Documentation
71
62
  #
72
63
  class ApplicationCredential < Struct.new(
73
64
  :database_name,
@@ -89,7 +80,7 @@ module Aws::SsmSap
89
80
  # @!attribute [rw] tags
90
81
  # @return [Hash<String,String>]
91
82
  #
92
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ApplicationSummary AWS API Documentation
83
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ApplicationSummary AWS API Documentation
93
84
  #
94
85
  class ApplicationSummary < Struct.new(
95
86
  :id,
@@ -124,7 +115,7 @@ module Aws::SsmSap
124
115
  # @!attribute [rw] last_updated
125
116
  # @return [Time]
126
117
  #
127
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/Component AWS API Documentation
118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/Component AWS API Documentation
128
119
  #
129
120
  class Component < Struct.new(
130
121
  :component_id,
@@ -151,7 +142,7 @@ module Aws::SsmSap
151
142
  # @!attribute [rw] tags
152
143
  # @return [Hash<String,String>]
153
144
  #
154
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ComponentSummary AWS API Documentation
145
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ComponentSummary AWS API Documentation
155
146
  #
156
147
  class ComponentSummary < Struct.new(
157
148
  :application_id,
@@ -165,7 +156,7 @@ module Aws::SsmSap
165
156
  # @!attribute [rw] message
166
157
  # @return [String]
167
158
  #
168
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ConflictException AWS API Documentation
159
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ConflictException AWS API Documentation
169
160
  #
170
161
  class ConflictException < Struct.new(
171
162
  :message)
@@ -206,7 +197,7 @@ module Aws::SsmSap
206
197
  # @!attribute [rw] last_updated
207
198
  # @return [Time]
208
199
  #
209
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/Database AWS API Documentation
200
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/Database AWS API Documentation
210
201
  #
211
202
  class Database < Struct.new(
212
203
  :application_id,
@@ -242,7 +233,7 @@ module Aws::SsmSap
242
233
  # @!attribute [rw] tags
243
234
  # @return [Hash<String,String>]
244
235
  #
245
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DatabaseSummary AWS API Documentation
236
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DatabaseSummary AWS API Documentation
246
237
  #
247
238
  class DatabaseSummary < Struct.new(
248
239
  :application_id,
@@ -255,15 +246,6 @@ module Aws::SsmSap
255
246
  include Aws::Structure
256
247
  end
257
248
 
258
- # @note When making an API call, you may pass DeleteResourcePermissionInput
259
- # data as a hash:
260
- #
261
- # {
262
- # action_type: "RESTORE", # accepts RESTORE
263
- # source_resource_arn: "Arn",
264
- # resource_arn: "Arn", # required
265
- # }
266
- #
267
249
  # @!attribute [rw] action_type
268
250
  # @return [String]
269
251
  #
@@ -273,7 +255,7 @@ module Aws::SsmSap
273
255
  # @!attribute [rw] resource_arn
274
256
  # @return [String]
275
257
  #
276
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DeleteResourcePermissionInput AWS API Documentation
258
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DeleteResourcePermissionInput AWS API Documentation
277
259
  #
278
260
  class DeleteResourcePermissionInput < Struct.new(
279
261
  :action_type,
@@ -286,7 +268,7 @@ module Aws::SsmSap
286
268
  # @!attribute [rw] policy
287
269
  # @return [String]
288
270
  #
289
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DeleteResourcePermissionOutput AWS API Documentation
271
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DeleteResourcePermissionOutput AWS API Documentation
290
272
  #
291
273
  class DeleteResourcePermissionOutput < Struct.new(
292
274
  :policy)
@@ -294,17 +276,10 @@ module Aws::SsmSap
294
276
  include Aws::Structure
295
277
  end
296
278
 
297
- # @note When making an API call, you may pass DeregisterApplicationInput
298
- # data as a hash:
299
- #
300
- # {
301
- # application_id: "ApplicationId", # required
302
- # }
303
- #
304
279
  # @!attribute [rw] application_id
305
280
  # @return [String]
306
281
  #
307
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DeregisterApplicationInput AWS API Documentation
282
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DeregisterApplicationInput AWS API Documentation
308
283
  #
309
284
  class DeregisterApplicationInput < Struct.new(
310
285
  :application_id)
@@ -312,25 +287,17 @@ module Aws::SsmSap
312
287
  include Aws::Structure
313
288
  end
314
289
 
315
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/DeregisterApplicationOutput AWS API Documentation
290
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/DeregisterApplicationOutput AWS API Documentation
316
291
  #
317
292
  class DeregisterApplicationOutput < Aws::EmptyStructure; end
318
293
 
319
- # @note When making an API call, you may pass GetApplicationInput
320
- # data as a hash:
321
- #
322
- # {
323
- # application_id: "ApplicationId",
324
- # application_arn: "SsmSapArn",
325
- # }
326
- #
327
294
  # @!attribute [rw] application_id
328
295
  # @return [String]
329
296
  #
330
297
  # @!attribute [rw] application_arn
331
298
  # @return [String]
332
299
  #
333
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetApplicationInput AWS API Documentation
300
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetApplicationInput AWS API Documentation
334
301
  #
335
302
  class GetApplicationInput < Struct.new(
336
303
  :application_id,
@@ -345,7 +312,7 @@ module Aws::SsmSap
345
312
  # @!attribute [rw] tags
346
313
  # @return [Hash<String,String>]
347
314
  #
348
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetApplicationOutput AWS API Documentation
315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetApplicationOutput AWS API Documentation
349
316
  #
350
317
  class GetApplicationOutput < Struct.new(
351
318
  :application,
@@ -354,21 +321,13 @@ module Aws::SsmSap
354
321
  include Aws::Structure
355
322
  end
356
323
 
357
- # @note When making an API call, you may pass GetComponentInput
358
- # data as a hash:
359
- #
360
- # {
361
- # application_id: "ApplicationId", # required
362
- # component_id: "ComponentId", # required
363
- # }
364
- #
365
324
  # @!attribute [rw] application_id
366
325
  # @return [String]
367
326
  #
368
327
  # @!attribute [rw] component_id
369
328
  # @return [String]
370
329
  #
371
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetComponentInput AWS API Documentation
330
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetComponentInput AWS API Documentation
372
331
  #
373
332
  class GetComponentInput < Struct.new(
374
333
  :application_id,
@@ -380,7 +339,7 @@ module Aws::SsmSap
380
339
  # @!attribute [rw] component
381
340
  # @return [Types::Component]
382
341
  #
383
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetComponentOutput AWS API Documentation
342
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetComponentOutput AWS API Documentation
384
343
  #
385
344
  class GetComponentOutput < Struct.new(
386
345
  :component)
@@ -388,16 +347,6 @@ module Aws::SsmSap
388
347
  include Aws::Structure
389
348
  end
390
349
 
391
- # @note When making an API call, you may pass GetDatabaseInput
392
- # data as a hash:
393
- #
394
- # {
395
- # application_id: "ApplicationId",
396
- # component_id: "ComponentId",
397
- # database_id: "DatabaseId",
398
- # database_arn: "SsmSapArn",
399
- # }
400
- #
401
350
  # @!attribute [rw] application_id
402
351
  # @return [String]
403
352
  #
@@ -410,7 +359,7 @@ module Aws::SsmSap
410
359
  # @!attribute [rw] database_arn
411
360
  # @return [String]
412
361
  #
413
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetDatabaseInput AWS API Documentation
362
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetDatabaseInput AWS API Documentation
414
363
  #
415
364
  class GetDatabaseInput < Struct.new(
416
365
  :application_id,
@@ -427,7 +376,7 @@ module Aws::SsmSap
427
376
  # @!attribute [rw] tags
428
377
  # @return [Hash<String,String>]
429
378
  #
430
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetDatabaseOutput AWS API Documentation
379
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetDatabaseOutput AWS API Documentation
431
380
  #
432
381
  class GetDatabaseOutput < Struct.new(
433
382
  :database,
@@ -436,17 +385,10 @@ module Aws::SsmSap
436
385
  include Aws::Structure
437
386
  end
438
387
 
439
- # @note When making an API call, you may pass GetOperationInput
440
- # data as a hash:
441
- #
442
- # {
443
- # operation_id: "OperationId", # required
444
- # }
445
- #
446
388
  # @!attribute [rw] operation_id
447
389
  # @return [String]
448
390
  #
449
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetOperationInput AWS API Documentation
391
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetOperationInput AWS API Documentation
450
392
  #
451
393
  class GetOperationInput < Struct.new(
452
394
  :operation_id)
@@ -457,7 +399,7 @@ module Aws::SsmSap
457
399
  # @!attribute [rw] operation
458
400
  # @return [Types::Operation]
459
401
  #
460
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetOperationOutput AWS API Documentation
402
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetOperationOutput AWS API Documentation
461
403
  #
462
404
  class GetOperationOutput < Struct.new(
463
405
  :operation)
@@ -465,21 +407,13 @@ module Aws::SsmSap
465
407
  include Aws::Structure
466
408
  end
467
409
 
468
- # @note When making an API call, you may pass GetResourcePermissionInput
469
- # data as a hash:
470
- #
471
- # {
472
- # action_type: "RESTORE", # accepts RESTORE
473
- # resource_arn: "Arn", # required
474
- # }
475
- #
476
410
  # @!attribute [rw] action_type
477
411
  # @return [String]
478
412
  #
479
413
  # @!attribute [rw] resource_arn
480
414
  # @return [String]
481
415
  #
482
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetResourcePermissionInput AWS API Documentation
416
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetResourcePermissionInput AWS API Documentation
483
417
  #
484
418
  class GetResourcePermissionInput < Struct.new(
485
419
  :action_type,
@@ -491,7 +425,7 @@ module Aws::SsmSap
491
425
  # @!attribute [rw] policy
492
426
  # @return [String]
493
427
  #
494
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/GetResourcePermissionOutput AWS API Documentation
428
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/GetResourcePermissionOutput AWS API Documentation
495
429
  #
496
430
  class GetResourcePermissionOutput < Struct.new(
497
431
  :policy)
@@ -511,7 +445,7 @@ module Aws::SsmSap
511
445
  # @!attribute [rw] instance_id
512
446
  # @return [String]
513
447
  #
514
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/Host AWS API Documentation
448
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/Host AWS API Documentation
515
449
  #
516
450
  class Host < Struct.new(
517
451
  :host_name,
@@ -525,7 +459,7 @@ module Aws::SsmSap
525
459
  # @!attribute [rw] message
526
460
  # @return [String]
527
461
  #
528
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/InternalServerException AWS API Documentation
462
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/InternalServerException AWS API Documentation
529
463
  #
530
464
  class InternalServerException < Struct.new(
531
465
  :message)
@@ -533,21 +467,13 @@ module Aws::SsmSap
533
467
  include Aws::Structure
534
468
  end
535
469
 
536
- # @note When making an API call, you may pass ListApplicationsInput
537
- # data as a hash:
538
- #
539
- # {
540
- # next_token: "NextToken",
541
- # max_results: 1,
542
- # }
543
- #
544
470
  # @!attribute [rw] next_token
545
471
  # @return [String]
546
472
  #
547
473
  # @!attribute [rw] max_results
548
474
  # @return [Integer]
549
475
  #
550
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListApplicationsInput AWS API Documentation
476
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListApplicationsInput AWS API Documentation
551
477
  #
552
478
  class ListApplicationsInput < Struct.new(
553
479
  :next_token,
@@ -562,7 +488,7 @@ module Aws::SsmSap
562
488
  # @!attribute [rw] next_token
563
489
  # @return [String]
564
490
  #
565
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListApplicationsOutput AWS API Documentation
491
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListApplicationsOutput AWS API Documentation
566
492
  #
567
493
  class ListApplicationsOutput < Struct.new(
568
494
  :applications,
@@ -571,15 +497,6 @@ module Aws::SsmSap
571
497
  include Aws::Structure
572
498
  end
573
499
 
574
- # @note When making an API call, you may pass ListComponentsInput
575
- # data as a hash:
576
- #
577
- # {
578
- # application_id: "ApplicationId",
579
- # next_token: "NextToken",
580
- # max_results: 1,
581
- # }
582
- #
583
500
  # @!attribute [rw] application_id
584
501
  # @return [String]
585
502
  #
@@ -589,7 +506,7 @@ module Aws::SsmSap
589
506
  # @!attribute [rw] max_results
590
507
  # @return [Integer]
591
508
  #
592
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListComponentsInput AWS API Documentation
509
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListComponentsInput AWS API Documentation
593
510
  #
594
511
  class ListComponentsInput < Struct.new(
595
512
  :application_id,
@@ -605,7 +522,7 @@ module Aws::SsmSap
605
522
  # @!attribute [rw] next_token
606
523
  # @return [String]
607
524
  #
608
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListComponentsOutput AWS API Documentation
525
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListComponentsOutput AWS API Documentation
609
526
  #
610
527
  class ListComponentsOutput < Struct.new(
611
528
  :components,
@@ -614,16 +531,6 @@ module Aws::SsmSap
614
531
  include Aws::Structure
615
532
  end
616
533
 
617
- # @note When making an API call, you may pass ListDatabasesInput
618
- # data as a hash:
619
- #
620
- # {
621
- # application_id: "ApplicationId",
622
- # component_id: "ComponentId",
623
- # next_token: "NextToken",
624
- # max_results: 1,
625
- # }
626
- #
627
534
  # @!attribute [rw] application_id
628
535
  # @return [String]
629
536
  #
@@ -636,7 +543,7 @@ module Aws::SsmSap
636
543
  # @!attribute [rw] max_results
637
544
  # @return [Integer]
638
545
  #
639
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListDatabasesInput AWS API Documentation
546
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListDatabasesInput AWS API Documentation
640
547
  #
641
548
  class ListDatabasesInput < Struct.new(
642
549
  :application_id,
@@ -653,7 +560,7 @@ module Aws::SsmSap
653
560
  # @!attribute [rw] next_token
654
561
  # @return [String]
655
562
  #
656
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListDatabasesOutput AWS API Documentation
563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListDatabasesOutput AWS API Documentation
657
564
  #
658
565
  class ListDatabasesOutput < Struct.new(
659
566
  :databases,
@@ -662,17 +569,10 @@ module Aws::SsmSap
662
569
  include Aws::Structure
663
570
  end
664
571
 
665
- # @note When making an API call, you may pass ListTagsForResourceRequest
666
- # data as a hash:
667
- #
668
- # {
669
- # resource_arn: "SsmSapArn", # required
670
- # }
671
- #
672
572
  # @!attribute [rw] resource_arn
673
573
  # @return [String]
674
574
  #
675
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListTagsForResourceRequest AWS API Documentation
575
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListTagsForResourceRequest AWS API Documentation
676
576
  #
677
577
  class ListTagsForResourceRequest < Struct.new(
678
578
  :resource_arn)
@@ -683,7 +583,7 @@ module Aws::SsmSap
683
583
  # @!attribute [rw] tags
684
584
  # @return [Hash<String,String>]
685
585
  #
686
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ListTagsForResourceResponse AWS API Documentation
586
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ListTagsForResourceResponse AWS API Documentation
687
587
  #
688
588
  class ListTagsForResourceResponse < Struct.new(
689
589
  :tags)
@@ -724,7 +624,7 @@ module Aws::SsmSap
724
624
  # @!attribute [rw] last_updated_time
725
625
  # @return [Time]
726
626
  #
727
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/Operation AWS API Documentation
627
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/Operation AWS API Documentation
728
628
  #
729
629
  class Operation < Struct.new(
730
630
  :id,
@@ -742,15 +642,6 @@ module Aws::SsmSap
742
642
  include Aws::Structure
743
643
  end
744
644
 
745
- # @note When making an API call, you may pass PutResourcePermissionInput
746
- # data as a hash:
747
- #
748
- # {
749
- # action_type: "RESTORE", # required, accepts RESTORE
750
- # source_resource_arn: "Arn", # required
751
- # resource_arn: "Arn", # required
752
- # }
753
- #
754
645
  # @!attribute [rw] action_type
755
646
  # @return [String]
756
647
  #
@@ -760,7 +651,7 @@ module Aws::SsmSap
760
651
  # @!attribute [rw] resource_arn
761
652
  # @return [String]
762
653
  #
763
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/PutResourcePermissionInput AWS API Documentation
654
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/PutResourcePermissionInput AWS API Documentation
764
655
  #
765
656
  class PutResourcePermissionInput < Struct.new(
766
657
  :action_type,
@@ -773,7 +664,7 @@ module Aws::SsmSap
773
664
  # @!attribute [rw] policy
774
665
  # @return [String]
775
666
  #
776
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/PutResourcePermissionOutput AWS API Documentation
667
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/PutResourcePermissionOutput AWS API Documentation
777
668
  #
778
669
  class PutResourcePermissionOutput < Struct.new(
779
670
  :policy)
@@ -781,27 +672,6 @@ module Aws::SsmSap
781
672
  include Aws::Structure
782
673
  end
783
674
 
784
- # @note When making an API call, you may pass RegisterApplicationInput
785
- # data as a hash:
786
- #
787
- # {
788
- # application_id: "ApplicationId", # required
789
- # application_type: "HANA", # required, accepts HANA
790
- # instances: ["InstanceId"], # required
791
- # sap_instance_number: "SAPInstanceNumber",
792
- # sid: "SID",
793
- # tags: {
794
- # "TagKey" => "TagValue",
795
- # },
796
- # credentials: [ # required
797
- # {
798
- # database_name: "DatabaseName", # required
799
- # credential_type: "ADMIN", # required, accepts ADMIN
800
- # secret_id: "SecretId", # required
801
- # },
802
- # ],
803
- # }
804
- #
805
675
  # @!attribute [rw] application_id
806
676
  # @return [String]
807
677
  #
@@ -823,7 +693,7 @@ module Aws::SsmSap
823
693
  # @!attribute [rw] credentials
824
694
  # @return [Array<Types::ApplicationCredential>]
825
695
  #
826
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/RegisterApplicationInput AWS API Documentation
696
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/RegisterApplicationInput AWS API Documentation
827
697
  #
828
698
  class RegisterApplicationInput < Struct.new(
829
699
  :application_id,
@@ -843,7 +713,7 @@ module Aws::SsmSap
843
713
  # @!attribute [rw] operation_id
844
714
  # @return [String]
845
715
  #
846
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/RegisterApplicationOutput AWS API Documentation
716
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/RegisterApplicationOutput AWS API Documentation
847
717
  #
848
718
  class RegisterApplicationOutput < Struct.new(
849
719
  :application,
@@ -855,7 +725,7 @@ module Aws::SsmSap
855
725
  # @!attribute [rw] message
856
726
  # @return [String]
857
727
  #
858
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ResourceNotFoundException AWS API Documentation
728
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ResourceNotFoundException AWS API Documentation
859
729
  #
860
730
  class ResourceNotFoundException < Struct.new(
861
731
  :message)
@@ -863,23 +733,13 @@ module Aws::SsmSap
863
733
  include Aws::Structure
864
734
  end
865
735
 
866
- # @note When making an API call, you may pass TagResourceRequest
867
- # data as a hash:
868
- #
869
- # {
870
- # resource_arn: "SsmSapArn", # required
871
- # tags: { # required
872
- # "TagKey" => "TagValue",
873
- # },
874
- # }
875
- #
876
736
  # @!attribute [rw] resource_arn
877
737
  # @return [String]
878
738
  #
879
739
  # @!attribute [rw] tags
880
740
  # @return [Hash<String,String>]
881
741
  #
882
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/TagResourceRequest AWS API Documentation
742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/TagResourceRequest AWS API Documentation
883
743
  #
884
744
  class TagResourceRequest < Struct.new(
885
745
  :resource_arn,
@@ -888,25 +748,19 @@ module Aws::SsmSap
888
748
  include Aws::Structure
889
749
  end
890
750
 
891
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/TagResourceResponse AWS API Documentation
751
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/TagResourceResponse AWS API Documentation
892
752
  #
893
753
  class TagResourceResponse < Aws::EmptyStructure; end
894
754
 
895
- # @note When making an API call, you may pass UntagResourceRequest
896
- # data as a hash:
897
- #
898
- # {
899
- # resource_arn: "SsmSapArn", # required
900
- # tag_keys: ["TagKey"], # required
901
- # }
902
- #
903
755
  # @!attribute [rw] resource_arn
904
756
  # @return [String]
905
757
  #
906
758
  # @!attribute [rw] tag_keys
759
+ # Adds/updates or removes credentials for applications registered with
760
+ # AWS Systems Manager for SAP.
907
761
  # @return [Array<String>]
908
762
  #
909
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/UntagResourceRequest AWS API Documentation
763
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/UntagResourceRequest AWS API Documentation
910
764
  #
911
765
  class UntagResourceRequest < Struct.new(
912
766
  :resource_arn,
@@ -915,31 +769,10 @@ module Aws::SsmSap
915
769
  include Aws::Structure
916
770
  end
917
771
 
918
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/UntagResourceResponse AWS API Documentation
772
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/UntagResourceResponse AWS API Documentation
919
773
  #
920
774
  class UntagResourceResponse < Aws::EmptyStructure; end
921
775
 
922
- # @note When making an API call, you may pass UpdateApplicationSettingsInput
923
- # data as a hash:
924
- #
925
- # {
926
- # application_id: "ApplicationId", # required
927
- # credentials_to_add_or_update: [
928
- # {
929
- # database_name: "DatabaseName", # required
930
- # credential_type: "ADMIN", # required, accepts ADMIN
931
- # secret_id: "SecretId", # required
932
- # },
933
- # ],
934
- # credentials_to_remove: [
935
- # {
936
- # database_name: "DatabaseName", # required
937
- # credential_type: "ADMIN", # required, accepts ADMIN
938
- # secret_id: "SecretId", # required
939
- # },
940
- # ],
941
- # }
942
- #
943
776
  # @!attribute [rw] application_id
944
777
  # @return [String]
945
778
  #
@@ -949,7 +782,7 @@ module Aws::SsmSap
949
782
  # @!attribute [rw] credentials_to_remove
950
783
  # @return [Array<Types::ApplicationCredential>]
951
784
  #
952
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/UpdateApplicationSettingsInput AWS API Documentation
785
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/UpdateApplicationSettingsInput AWS API Documentation
953
786
  #
954
787
  class UpdateApplicationSettingsInput < Struct.new(
955
788
  :application_id,
@@ -965,7 +798,7 @@ module Aws::SsmSap
965
798
  # @!attribute [rw] operation_ids
966
799
  # @return [Array<String>]
967
800
  #
968
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/UpdateApplicationSettingsOutput AWS API Documentation
801
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/UpdateApplicationSettingsOutput AWS API Documentation
969
802
  #
970
803
  class UpdateApplicationSettingsOutput < Struct.new(
971
804
  :message,
@@ -977,7 +810,7 @@ module Aws::SsmSap
977
810
  # @!attribute [rw] message
978
811
  # @return [String]
979
812
  #
980
- # @see http://docs.aws.amazon.com/goto/WebAPI/ssmsap-2018-05-10/ValidationException AWS API Documentation
813
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ValidationException AWS API Documentation
981
814
  #
982
815
  class ValidationException < Struct.new(
983
816
  :message)
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ssmsap/customizations'
52
52
  # @!group service
53
53
  module Aws::SsmSap
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.2.0
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: 2022-11-15 00:00:00.000000000 Z
11
+ date: 2023-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core